I am in search of a programming language with the below characteristics: [closed]
Posted
by
f f
on Stack Overflow
See other posts from Stack Overflow
or by f f
Published on 2012-09-08T21:28:39Z
Indexed on
2012/09/08
21:38 UTC
Read the original article
Hit count: 145
programming-languages
I am in search of a programming language with the below characteristics:
- it has existing, large and supportive/helpful community
- it has consice syntax
- it's fast
- it can create standalone apps with no dependencies, totally portable and compatible with windows
- I can easily set event listeners of almost anything
- I can easily do automatically every action possible
- has as extensive as possible ready-to-use commands list
- works easily with winxp, win com, firefox, etc api
for example, I want to detect that I have clicked a specific button in a webpage in firefox or in a third-party app in windows: I want to do this easily, not with writing 100 lines of code
© Stack Overflow or respective owner